.option, .field-label {
    width: 100%;
}

.members .quantity-list {
    margin-bottom: 24px;
}

.members .checkbox.toggle label {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.nonstandard-dates .times input {
    display: inline-block;
    vertical-align: middle;
    width: 73px;
    height: 40px;
    margin: 0 16px 0 0;
}

.nonstandard-dates .related {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.members .price__value,
.members .boat-motor .note {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
}

.fishing-tackle-list .label {
    flex: 1 1 auto;
    max-width: 150px;
}

.members .checkbox.toggle input:not(:checked) ~ .price__value {
    display: none;
}

.members .boat-motor .item {
    margin-top: 12px;
    position: relative;
}

.members .boat-motor .remove {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 7px;
}

.members .boat-motor .item:first-child .remove {
    display: none;
}

.members .boat-motor .item .select {
    margin-bottom: 0;
}

.members .boat-motor .item:not(:first-child) .select {
    margin-right: 32px;
}

.members .motor-option__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.fishing-tackle .label {
    min-width: 60px;
}

.members .animal-list li {
    gap: 8px
}

.members .animal-list li .label {
    min-width: 135px;
}

.members .all-services-button {
    color: #4793B8;
    font-size: 14px;
    font-weight: 500;
    transition: color .15s ease, text-decoration .15s ease;
    margin: 18px 0;
    text-align: right;
    cursor: pointer;
}

.members .all-services-button:hover {
    color: #186C95;
    text-decoration: underline;
}

.option.hidden {
    display: none;
}

.cottage-calculation__additional-options-wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cottage-calculation__additional-options-wrapper:not(.show_additional) .option:nth-of-type(n+6) {
    display: none;
}

.members .checkbox.toggle.active {
    margin-bottom: 12px;
}

.members .option.nonstandard-dates .times {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.members .nonstandard-dates .times input {
    margin: 0;
}

.current-quantity-days {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: -16px;
    margin-bottom: 16px;
}

@media (max-width: 439px) {
    .fishing-tackle-list .label {
        flex: 0 1 auto;
        max-width: 55%;
    }
}
